#tic-main.news {
  padding: 0;
  position: relative;
}
#tic-main.news .section.news {
  padding: 85px 0 0;
  position: relative;
}
#tic-main.news .section.news h2.main-ttl {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news h2.main-ttl {
    margin-bottom: 30px;
  }
}
#tic-main.news .section.news .news-ttl {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-ttl {
    margin-bottom: 40px;
  }
}
#tic-main.news .section.news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#tic-main.news .section.news .container > .news-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#tic-main.news .section.news .container > .news-content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#tic-main.news .section.news .container > .news-ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #003A66;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #003A66;
  letter-spacing: 0.1em;
}
#tic-main.news .section.news .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-info {
    margin-bottom: 20px;
  }
}
#tic-main.news .section.news .news-info .date {
  color: #003A66;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#tic-main.news .section.news .news-info .tag {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 28px;
  width: 100px;
  text-align: center;
  background-color: #000;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
#tic-main.news .section.news .news-info .tag.feature {
  background-color: #0097ED;
}
#tic-main.news .section.news .news-content {
  text-align: left;
}
#tic-main.news .section.news .news-content h3.main-ttl {
  padding: 20px 0;
  margin: -20px 0 35px;
  letter-spacing: -0.05em;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content h3.main-ttl {
    margin-bottom: 20px;
  }
}
#tic-main.news .section.news .news-content h3.main-ttl.no-bg {
  background: none;
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: auto;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content h3.main-ttl.no-bg {
    margin-top: 0;
  }
}
#tic-main.news .section.news .news-content .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
  text-align: left;
  color: #003A66;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .txt {
    margin-bottom: 40px;
    padding: 0;
  }
}
#tic-main.news .section.news .news-content .txt + .block-wrapper:not(.profile) {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .txt + .block-wrapper:not(.profile) {
    margin-top: -10px;
  }
}
#tic-main.news .section.news .news-content .tag-ttl {
  font-size: 18px;
  margin-bottom: 10px;
}
#tic-main.news .section.news .news-content .block-wrapper {
  margin: 0 -20px 80px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .block-wrapper {
    margin: 0 0 40px;
  }
}
#tic-main.news .section.news .news-content .block-wrapper + h3.main-ttl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .block-wrapper + h3.main-ttl {
    margin-top: 20px;
  }
}
#tic-main.news .section.news .news-content .block-wrapper.profile .img {
  width: calc(35% - 20px) !important;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .block-wrapper.profile .img {
    width: 100% !important;
  }
}
#tic-main.news .section.news .news-content .block-wrapper.profile .text {
  width: calc(65% - 20px) !important;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .block-wrapper.profile .text {
    width: 100% !important;
  }
}
#tic-main.news .section.news .news-content .block-wrapper .block:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #tic-main.news .section.news .news-content .block-wrapper .block.reverse .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0 !important;
    margin-left: 45px;
  }
}
#tic-main.news .section.news .news-content .block-wrapper .block .block-content {
  border-radius: 0 0 6px 6px;
  border-top: 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .block-wrapper .block .block-content {
    padding: 0;
  }
}
#tic-main.news .section.news .news-content .block-wrapper .block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tic-main.news .section.news .news-content .block-wrapper .block .flex:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .block-wrapper .block .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#tic-main.news .section.news .news-content .block-wrapper .block .flex .img {
  margin-right: 40px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .block-wrapper .block .flex .img {
    margin: 0 0 20px;
    width: 100%;
  }
}
#tic-main.news .section.news .news-content .block-wrapper .block .flex .img img {
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
}
#tic-main.news .section.news .news-content .block-wrapper .block .flex .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #003A66;
  text-align: left;
  line-height: 1.7;
  width: calc(50% - 20px);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .block-wrapper .block .flex .text {
    width: 100%;
  }
}
#tic-main.news .section.news .news-content .block-wrapper .block .flex .text .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #003A66;
  letter-spacing: 0.1em;
}
#tic-main.news .section.news .news-content .big-img {
  display: block;
  padding: 0 20%;
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .big-img {
    padding: 0;
    margin: 0 auto 40px;
  }
}
#tic-main.news .section.news .news-content .big-img img {
  max-width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
#tic-main.news .section.news .news-content .big-img .caption {
  margin-top: 12px;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #003A66;
}
#tic-main.news .section.news .news-content .block02-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .block02-wrapper {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
#tic-main.news .section.news .news-content .block02-wrapper .block02 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .block02-wrapper .block02 {
    width: 100%;
    margin-bottom: 40px;
  }
}
#tic-main.news .section.news .news-content .block02-wrapper .block02 .img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}
#tic-main.news .section.news .news-content .block02-wrapper .block02 .img img {
  max-width: 100%;
}
#tic-main.news .section.news .news-content .block02-wrapper .block02 .info .block02-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #003A66;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
#tic-main.news .section.news .news-content .block02-wrapper .block02 .info p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #003A66;
  padding: 0 10px;
}
#tic-main.news .section.news .news-content .list-text {
  padding: 0 100px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .list-text {
    padding: 0;
    margin-bottom: 30px;
  }
}
#tic-main.news .section.news .news-content .list-text li {
  letter-spacing: 0.05em;
}
#tic-main.news .section.news .news-content .list-text li:before {
  background-color: #003A66;
}
#tic-main.news .section.news .news-content .list-text-02 {
  text-align: left;
  padding: 0 85px 0 95px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .list-text-02 {
    padding: 0;
    margin-bottom: 30px;
  }
}
#tic-main.news .section.news .news-content .list-text-02 li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #003A66;
  position: relative;
  padding-left: 37px;
  letter-spacing: 0.05em;
}
#tic-main.news .section.news .news-content .list-text-02 li:not(:first-child) {
  margin-top: 15px;
}
#tic-main.news .section.news .news-content .list-text-02 li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #fff;
  background-color: #003A66;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#tic-main.news .section.news .news-content .grey-box {
  padding: 40px;
  background-color: #F4F4F4;
  margin: 0 -20px 50px;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #003A66;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .grey-box {
    margin: 0 0 25px;
  }
}
#tic-main.news .section.news .news-content .news-items {
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #tic-main.news .section.news .news-content .news-items {
    margin-bottom: 30px;
  }
}
#tic-main.news .section.news .news-content .btn-wrapper {
  text-align: center;
}
#tic-main.news .section.news .news-content .btn-wrapper .btn {
  margin: 0 20px;
}
@media screen and (max-width: 450px) {
  #tic-main.news .section.news .news-content .btn-wrapper .btn {
    margin: 0;
  }
  #tic-main.news .section.news .news-content .btn-wrapper .btn:not(:first-child) {
    margin-top: 10px;
  }
}
#tic-main.news .section.news .news-content .btn-wrapper + .btn-wrapper {
  margin-top: 30px;
}